home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / system / ffg202.zip / DEMO_BAT.ZIP / WEEKENDS.BAT < prev    next >
DOS Batch File  |  1995-04-01  |  251b  |  10 lines

  1. @echo off
  2. echo This is a listing of files created/modified on a Weekend (Sat-Sun):
  3. call presskey
  4. ::
  5. :: The full spelling of "monday" is not necessary.  "mo" would suffice:
  6. ::
  7. :: Could use /dSa-Su instead:
  8. echo on
  9. ffg *:* /dSaturday,Sunday /p
  10.